home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / swl1.zip / SWL_LOG.TXT < prev    next >
Text File  |  1992-03-10  |  5KB  |  131 lines

  1.                      Shortwave Listeners Logging Program
  2.  
  3. Introduction
  4. ────────────
  5.  
  6.    After downloading many SWL logging programs from CompuServe and other BBS's
  7. I decided to create a simple SWL logging program that fit my novice needs as I
  8. spun the dial of my DX440 shortwave receiver late into the night and early 
  9. morning.  Being a CLIPPER programmer by trade, I decided to create the program
  10. using CLIPPER Summer 87 version, single user, without overlays, and of
  11. relatively small size.
  12.  
  13.    The program uses dBASE III type databases, and CLIPPER index files (.NTX).
  14. I tried to incorporate features from sample log book examples which I found
  15. useful when choosing database fields, coupled with my brief DX'ing
  16. experience.  The following fields were selected:
  17.  
  18.    Date      - date of logged reception
  19.    Time      - time of logged reception
  20.    Station   - ID of station
  21.    Location  - geographical location of station
  22.    Frequency - received frequency in kHz
  23.    Band      - band in meters
  24.    Power     - transmitting power of station
  25.    SINPO     - receptivity codes
  26.    Program   - name of program being transmitted
  27.    Language  - reception language
  28.    Comments  - a note about the DX
  29.  
  30.  
  31.    The arrow keys on the keyboard move through menu selections, and [ESC] in
  32. most cases returns the user to the previous menu or operation.  Menu options
  33. are shown on the bottom of the screen and are selectable when the program is
  34. in a 'wait state'.  When the seconds are ticking on the screen, the user is
  35. in a wait state and may select a menu option.
  36.  
  37.  
  38. Installation
  39. ────────────
  40.  
  41.    Copy the SWL1.EXE file to a directory and decompress the file by typing:
  42.                                SWL1 <return>
  43.     
  44.    To execute the program, type: SWL_LOG <return>
  45.  
  46. Selecting A File
  47. ────────────────
  48.    
  49.    New loggings are placed into one of three files; a master file, an existing
  50. file, or a new file.  A master file, SWL.DBF, is provided from which new files
  51. are created.  If you keep log data in the master file, and later choose to  
  52. create a new file, only the master file structure will be copied into the new
  53. file.  Master file log data remains in the master file.  A user, for example,
  54. may wish to create a separate log file each month to compare DX'ing activity
  55. by month.  Each new file would contain the file structure of the master file.
  56. A user may not use a filename of an existing file when adding a new file.
  57. Choosing an existing file allows a user to continue appending new loggings to
  58. existing data.
  59.  
  60.  
  61. Choosing A Time Zone
  62. ────────────────────
  63.  
  64.    Since UTC is displayed, a user must select his/her proper time zone.  Use
  65. the arrow keys to move to a time zone and press the Enter key to select the
  66. time zone.  Each time zone description is shown at the bottom of the screen as
  67. time zones are highlighted.  After a time zone is chosen, the main screen is
  68. displayed.
  69.  
  70.  
  71. Using The Program
  72. ─────────────────
  73.  
  74.    a. Adding New Station Data - [F8]
  75.  
  76.         A separate data entry screen containing the fields
  77.         specified above is displayed.
  78.  
  79.    b. Editing Existing Station Data - [<─┘]
  80.  
  81.         Use the arrow keys to move the cursor to the item to be 
  82.         modified, and press the Enter key.  Arrow keys allow 
  83.         movement vertically through the fields of data.  Any
  84.         field of data may be changed.
  85.  
  86.    c. Deleting Existing Station Data - [Del]
  87.  
  88.         The delete key [Del] deletes a logged entry.  If the
  89.         delete key is pressed on an already deleted item, the
  90.         item is recalled or undeleted.  Deleted items are
  91.         purged from the file when entering the program only.
  92.         During a logging session, items may be deleted and 
  93.         recalled, however, after a file is closed and reopened
  94.         deletions are purged from the file.
  95.  
  96.    d. Leaving The Program - [ESC]
  97.  
  98.         Pressing the [ESC] key from the main screen will exit
  99.         the logging program.
  100.         
  101.    e. Reports - [F2]
  102.  
  103.         Both screen and printer output options are available.
  104.         Each report presents the logged data in a different
  105.         sorted order.  The following reports may be chosen.
  106.  
  107.         Date - Entry Date Report
  108.         Station - Station ID Report
  109.         Frequency - Frequencies in ascending order Report
  110.         Time - Logged Time Report (standard time)
  111.         Band - Band plus Time Report
  112.         SINPO - Sorted from best to worst reception value.
  113.         Location - Sorted by country location, i.e., Germany, Cologne.
  114.  
  115. Distribution
  116. ────────────
  117.  
  118.    The SWL Logging Program may be freely distributed, without royality as
  119. shareware provided no fee is collected for its use.  Suggestions for improve-
  120. ments and enhancements may be address to the author:
  121.  
  122.                            Ed Lyons
  123.                            22135 Ballinger Street
  124.                            Chatsworth, CA 91311-4022
  125.  
  126.                            CompuServe: 71321,325
  127.  
  128.  
  129.  
  130.  
  131.